Know About Us

About Achievers Family

logo prepare("select * from about") ; $about->execute() ; if($about->rowcount() > 0) { $row = $about->fetch(pdo::FETCH_ASSOC) ; echo $row['content'] ; } ?>

Aims | Objectives

prepare("select * from goals") ; $goal->execute() ; if($goal->rowcount() > 0) { $rowg = $goal->fetch(pdo::FETCH_ASSOC) ; echo $rowg['content'] ; } ?>